home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global gRewind, gTimeList
- set gTimeList to list(13, 203, 376, 644, 974, 1063, 1270, 1474, 1728, 2078, 2354, 2561, 3055, 3427, 3554, 4369, 4468, 5060, 6100, 6200)
- preloadMember(member "bkgdmsic.aif")
- set gRewind to 0
- puppetSound(2, "bkgdmsic.aif")
- updateStage()
- set the idleHandlerPeriod to 120
- set the searchPath to list(the moviePath & "SOUNDS")
- end
-
- on idle
- if the frame < 126 then
- if not soundBusy(2) then
- puppetSound(0)
- puppetSound(2, "bkgdmsic.aif")
- updateStage()
- end if
- end if
- end
-